- This $550 OnePlus flagship is the best Black Friday phone deal I've seen so far
- SONiC pioneer Aviz Networks raises $17M for AI network management push
- iPhone 16 Pro vs. iPhone 13 Pro: Should you upgrade to Apple's latest model?
- Modern Phishing Challenges and the Browser Security Strategies to Combat Them
- Preserving Culture Through Technology: An Unforgettable Experience in the Arctic
Cisco DNA Center components information
What does enp0s10 means?
enp0s10:
| | |
v | |
en| | –> ethernet
v |
p0| –> bus number (0)
v
s10 –> slot number (10)
List interfaces
$ lspci
$ lspci | less
$ lspci | grep -i eth
netstat -i
netstat -i | grep enp
$ /sbin/ifconfig
$ /sbin/ifconfig eth0
ip link
Cisco is using Calico Docker and container interfaces
Cisco is running kubernetes as well
Cisco is runing docker as well
Cisco uses CONTIV https://contivpp.io/ which is kubernetes plugin
vargant used a orhcestration tool
Kubernetes + Contiv + LIGATO + VPP Data Plane
Cisco is using Calico Docker and container interfaces
root@docker:~# calicoctl node status
calicoctl version
Cisco is runing docker as well
docker ps
docker ps –filter status=running
docker ps –filter status=paused
docker -v
docker images
ifconfig docker0
docker inspect –format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}’ $INSTANCE_ID
docker inspect –format='{{range .NetworkSettings.Networks}}{{.MacAddress}}{{end}}’ $INSTANCE_ID
$ docker inspect –format='{{(index (index .NetworkSettings.Ports “8787/tcp”) 0).HostPort}}’ $INSTANCE_ID
# Cisco is running kubernetes as well
Let say I want to find the kubelet and apiserver version of my k8s master(s), what’s the best way to do it?
kubectl cluster-info
kubectl version
kubectl get nodes
kubectl get pods
=========================================
apache velocity for programming the deivces and automation
Few Noted Issues
Note: ROuter isis goes into DOWN state when configured bfd under isis for all interfaces
!
bfd all interfaces
!